github.com/jackc/pgx/v5/pgconn.Batch.statementDescriptions (field)

4 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1860: 	statementDescriptions []*StatementDescription
		pgconn.go#L1915: 	batch.statementDescriptions = append(batch.statementDescriptions, statementDescription)
		pgconn.go#L1945: 		statementDescriptions: batch.statementDescriptions,